<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*float_block*/
.float_block{
	width:380px;
	height: 195px;
	position:fixed;
	z-index: 99999999;
}
.float_block img{
	width:380px;
	height: 180px;
}
.float_block .close_btn{
	height: 15px;
}
.float_block .close_btn span{
	display: inline-block;
	width:25px;
	height:20px;
	text-align: center;
	line-height: 15px;
	color:#f00;
	font-size: 30px;
	cursor: pointer;
	float:right;
}
/*//float_block*/
body{
	overflow-x:hidden;
}
/*导航栏样式*/
header {
	position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    z-index: 2;
}
header .mtop{
	position: relative;
	border-bottom: 1px solid #eee;
	z-index: 10;
}
header .weather{
	padding-left: 20px;
}
header .weather iframe{
	padding-top: 3px;
}
header .email{
	width: 150px;
	background: #ff9900;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
header .email img{
	height: 17px;
	margin-right: 10px;
	margin-top: -3px;
}
header .email:hover{
	text-decoration: underline;
}
header .language{
	position: relative;
	width: 120px;
	height: 30px;
}
header .language img{
	height: 20px;
	margin-right: 10px;
	margin-top: -3px;
}
header .language &gt; a {
	border: 1px solid #d2d2d2;
	color: #666;
	line-height: 29px;
	font-size: 14px;
	background: #eee;
}
header .language .lang-btn{
	margin-left: 20px;
}
header .language ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #eee;
	z-index: 2;
}
.language li a{
	padding: 0 10px;
	line-height: 30px;
}

.navbar.navbar-fixed-top{
	position: fixed;
    background: #fff;
}
.navbar-default {
	/*margin: 0 8.5%;*/
	/*width: 1200px;*/
	/*margin: 0 auto;*/
	z-index: 5;
}
.navbar-header{
	padding-left: 20px;
}
.navbar-brand img {
    vertical-align: middle;
    height: 80px;
    margin-top: 10px;
}

.navbar-nav &gt; li &gt; a {
	width: 120px;
    padding: 0 15px;
    text-align: center;
    line-height: 100px;
	font-size: 18px;
}

.navbar-nav &gt; li:hover &gt; a{
	/*font-weight: 700;*/	
	color: #285ecb;
}
.navbar-nav &gt; li.search &gt; a {}

.dropdown-menu{
	display: block;
	opacity: 0;
	/*filter: alpha(opacity=0);*/
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 12;
}
.dropdown-menu &gt; li{
	float: left;
	/*width: 100px;*/
}
.navbar-right .dropdown-menu {
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.dropdown-menu &gt; li &gt; a{
	position: relative;
	line-height: 80px;
	width:120px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.navbar-nav &gt; li:hover .dropdown-menu{
	opacity: 1;
	/*filter: alpha(opacity=100);*/
	visibility: visible;
}

.navbar-nav &gt; li &gt; a &gt; span {
    display: block;
    height: 100px;
    background: url(../img/search_gray.png) no-repeat center center;
    background-size: 30px 30px;
    -ms-behavior: url(/Home/Tpl/default/Public/fonts/backgroundsize.htc);
    
}
.navbar-default .navbar-nav &gt; li.search:hover &gt; a span, 
.navbar-default .navbar-nav &gt; li.search:focus &gt; a span{
	background-image: url(../img/search.png);
}
/*.navbar-default .navbar-nav &gt; li.search &gt;ul {
	width: 300px !important;
}*/
.navbar-default .navbar-nav &gt; li.search &gt; ul &gt; li{
	padding: 20px 10px;
}
.navbar-default .search li{
	float: none;
}
.navbar-default .search .box{
	position: relative;
	top: 0;
	left: 0;
}
.navbar-default .search input.text{
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border: none;
	width: 240px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/*.navbar-default .search input.submit{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../img/search.png) no-repeat center center/20px 20px;
}*/
@media only screen and (min-width: 992px) {
	.navbar-nav &gt; li &gt; a:before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 2px;
		background: #285ecb;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.navbar-nav &gt; li.active &gt; a:before,
	.navbar-nav &gt; li:hover &gt; a:before{
		width: 100%;
		left: 0;
	}
	.dropdown-menu &gt; li &gt; a:before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 0;
		height: 2px;
		background: #ff9900;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.dropdown-menu &gt; li.active &gt; a:before,
	.dropdown-menu &gt; li &gt; a:hover:before{
		width: 100%;
	}
}
@media only screen and (max-width: 1199px) {
	.navbar {
	    position: static;
	}
	
	.navbar-brand img {
	    height: 70px;
	}
	.navbar-nav &gt; li {
	    position: static;
	}
	.navbar-nav &gt; li.search{
		z-index: 1;
	}
	
	.navbar-nav &gt; li.search &gt; a {
	    width: 60px;
	}
	.navbar-nav &gt; li.dropdown &gt; .dropdown-menu {
	    width: 100% !important;
	}
	.dropdown-menu &gt; li {
	    float: none;
	    display: inline-block;
	    *display: inline;
		zoom: 1; 
	}
	.navbar-nav &gt; li &gt; a {
		width: 100px;
	    padding: 0 10px;
	    line-height: 90px;
	}
	.navbar-nav &gt; li &gt; a &gt; span {
	    height: 90px;
	    background-size: 28px 28px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-brand img {
	    margin-bottom: 10px;
	}
	.navbar-toggle {
	    margin: 27px 0 0;
	    border: none;
	}
	.navbar-toggle .icon-bar {
	    display: block;
	    width: 24px;
	    -webkit-border-radius: 1px;
	    -moz-border-radius: 1px;
	    border-radius: 1px;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	    transform: none;
	    -webkit-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    transition: all 0.4s;
	}
	.navbar-toggle .icon-bar + .icon-bar {
	    margin-top: 6px;
	}
	.navbar-default .navbar-toggle.active .icon-bar:nth-of-type(2) {
		-webkit-transform: matrix(.707107,.707107,-.707107,.707107,0,8);
		-moz-transform: matrix(.707107,.707107,-.707107,.707107,0,8);
		-ms-transform: matrix(.707107,.707107,-.707107,.707107,0,8);
		-o-transform: matrix(.707107,.707107,-.707107,.707107,0,8);
		transform: matrix(.707107,.707107,-.707107,.707107,0,8);
	}
	.navbar-default .navbar-toggle.active .icon-bar:nth-of-type(3) {
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
	.navbar-default .navbar-toggle.active .icon-bar:nth-of-type(4) {
	    -webkit-transform: matrix(.707107,-.707107,.707107,.707107,0,-8);
		-moz-transform: matrix(.707107,-.707107,.707107,.707107,0,-8);
		-ms-transform: matrix(.707107,-.707107,.707107,.707107,0,-8);
		-o-transform: matrix(.707107,-.707107,.707107,.707107,0,-8);
		transform: matrix(.707107,-.707107,.707107,.707107,0,-8);
	}
	.navbar-default .navbar-collapse{
		position: absolute;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
	}
	.navbar-nav &gt; li &gt; .dropdown-menu {
	    opacity: 1;
	    display: none;
	}
	.navbar-nav &gt; li.search {
		position: relative;
	}
	.navbar-nav &gt; li.search &gt; .dropdown-menu.active {
	    display: block;
	    top: auto;
	    visibility: visible;
	    bottom: 100%;
	    width: 100% !important;
	    text-align: center;
	}
	.navbar-nav{
		padding: 10px 0;
		border-top: 1px solid rgba(40,94,203,0.1);
	}
	.navbar-nav &gt; li &gt; a {
		width: 100%;
	    line-height: 50px;
	}
	.navbar-nav &gt; li.search &gt; a {
		width: 100%;
	    margin: 0 auto;
	}
	.navbar-nav &gt; li &gt; a &gt; span {
	    height: 50px;
	    background-size: 24px 24px;
	}
	
	.navbar-default .navbar-nav &gt; li.search &gt; ul &gt; li {
	    padding: 10px 10px;
	}
	.mtop{
	    background: #eee;
	}
	.mtop .container{
		width: 100%;
	}
	header .weather{
		padding-left: 3%;
	}
	.navbar-header{
	    padding-left: 0;
	}
	
}
@media only screen and (max-width: 767px) {
	.mtop .weather + .fr{
		width: 100%;
	}
	.mtop .language,
	.mtop .email{
		width: 50%;
	}
	.language li a {
	    width: 120px;
	    margin: 0 auto;
	}
	.navbar-brand img {
	    margin-top: 0px;
	    margin-bottom: 0px;
	}
	.navbar-toggle {
	    margin: 18px 0 0;
	}
	.navbar-nav &gt; li &gt; a {
	    line-height: 40px;
	    font-size: 16px;
	}
	.navbar-nav &gt; li &gt; a &gt; span {
	    height: 40px;
	}
}
/*浮动层*/


/*footer*/
.footer{}
.footer-nav{
	padding: 40px 0;
	background: #fff;
}
.footer-nav .pinfo .name{
	padding-right: 50px;
	margin-bottom: 15px;
	color: #282828;
	line-height: 1;
}
.footer-nav .pinfo .pinfo-info{
	padding-right: 50px;
	font-family: arial,"宋体";
	color: #565656;
	line-height: 24px;
	font-size: 14px;
}
.footer-nav .qrcode{
	padding-left: 80px;
}
.footer-nav .qrcode .qrcode-name{
	width: 104px;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-family: "宋体";
	vertical-align: middle;
}
.copyright {
	background: #285ecb;
	font-family: arial,"宋体";
	line-height: 30px;
	font-size: 12px;
}
.copyright img{
	width: 14px;
	margin-right: 4px;
    vertical-align: text-top;
}
.copyright a{
	color: #d2d2d2;
}
.copyright span{
	margin-left: 10px;
	color: #d2d2d2;
}
.copyright a:hover{
	color: #ff9900;/*285ecb*/
}
@media only screen and (max-width: 1199px) {
	.footer-nav .qrcode{
		padding-left: 0;
	}
}
@media only screen and (max-width: 991px) {
	.footer-nav{
		padding: 30px 0;
	}
	.footer-nav .pinfo .table-row,
	.footer-nav .pinfo .table-cell,
	.footer-nav .qrcode .table-row,
	.footer-nav .qrcode .table-cell{
		display: block;
	}
	.footer-nav .qrcode{
		text-align: center;
	}
	.footer-nav .qrcode .qrcode-name{
		width: 100%;
		padding: 10px 0;
	}
	
	.copyright .container{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer .container{
		padding-left: 0;
		padding-right: 0;
	}
	.footer-nav .pinfo .name{
		padding-right: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.footer-nav .pinfo .pinfo-info{
		padding-right: 0;
	}
	.footer-nav .qrcode .table-row{
		display: table-row;
	}
	.footer-nav .qrcode .table-cell{
		display: table-cell;
	}
	.footer-nav .qrcode{
		margin-top: 20px;
		text-align: left;
	}
	.footer-nav .qrcode .qrcode-name{
		width: 100%;
		padding: 0 10px;
		text-align: left;
	}
	.xs-block{
		display: block;
	}
	.copyright span.xs-block{
		margin-left: 0;
	}
	.copyright {
		padding: 10px 0;
		line-height: 24px;
	}
	.copyright .container{
		text-align: left;
	}
	
}
/*gotop*/
.adleft{
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 99999;
}
.adleft .qq{
	display: inline-block;
	background: #285ecb;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
}
.adleft .qq::after{
	content: "";
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	width:0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #6495FE;
	display: none;
}
.adleft .qq_img{
	padding: 10px;
}
.adleft .show_box{
	position: absolute;
	right:50px;
	top:0px;
	width:180px;
	height: 100px;
	background-color: #6495FE;
	padding-left: 10px;
	padding-top: 7px;
	display: none;
}
.adleft .qq:hover::after,
.adleft .qq:hover .show_box{
	display: block;
}
.adleft .qq a{
	display: block;
	width:100%;
}
.adleft .qq .a1{
	padding-top: 8px;
	padding-bottom: 10px;
}
.adleft .qq .pad_box{
	background-color: #fff;
	width:160px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 14px;
	padding-left: 20px;
	color: #333;
}
.adleft .qq .pad_box img{
	display: inline-block;
	margin-right: 12px;
	width:16px;
	height: auto;
}
.gotop{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #ff9900;
}
.gotop span,
.gotop i{
	display: block;
	color: #fff;
	font-size: 14px;
}
.gotop i{
	padding-top: 8px;
	line-height: 1;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
	.adleft .show_box{
		right:40px;
	}
	.adleft .qq{
		width:40px;
		height: 40px;
	}
    .adleft .qq_img{
		width: 40px;
	}
	.gotop{
		width: 40px;
		height: 40px;
	}
	.gotop span{
		line-height: 40px;
	}
	.gotop i{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.adleft .show_box{
		right:30px;
	}
	.adleft .qq{
		width:30px;
		height: 30px;
	}
    .adleft .qq_img{
		width: 30px;
		padding: 6px;
	}
	.gotop{
		width: 30px;
		height: 30px;
	}
	.gotop span{
		line-height: 30px;
		font-size: 12px;
	}
}</pre></body></html>